From 9537b6de6178c4b72b118e26be5d919c8a73f260 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 11 Sep 2004 02:01:45 +0000 Subject: [PATCH] Add prelim handling of new groundspeak "small" container size. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@898 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 3 ++- gpsbabel/gpx.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 2875ecc5a..7da7c4156 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -108,7 +108,8 @@ typedef enum { gc_other, gc_regular, gc_large, - gc_virtual + gc_virtual, + gc_small } geocache_container; typedef struct { diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index 9f0f91308..b5818226f 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -485,6 +485,7 @@ gs_container_mapping{ { gc_micro, "Micro" }, { gc_regular, "Regular" }, { gc_large, "Large" }, + { gc_small, "Small" }, { gc_virtual, "Virtual" } }; -- 2.30.2